{
  "name": "Limbo",
  "buildOptions": {
    "maxSteps": 1000,
    "fixObstacles": true,
    "fixNonStraight": true,
    "fixIntersected": true,
    "compactMap": true,
    "addDebugInfo": false,
    "colorizeConnectionIssues": true
  },
  "rooms": [
    {
      "id": 1,
      "name": "The Void",
      "exits": {}
    },
    {
      "id": 2,
      "name": "Limbo",
      "exits": {
        "Up": 3001
      }
    },
    {
      "id": 3,
      "name": "Graelik\u0027s Lair",
      "exits": {}
    },
    {
      "id": 110,
      "name": "(null)",
      "exits": {}
    },
    {
      "id": 3001,
      "name": "To Midgaard",
      "otherAreaExit": true,
      "exits": {
        "North": 3054,
        "South": 3005
      }
    }
  ]
}